projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a32d6c
)
do not repeat test many many times
author
Øyvind Kolås
<pippin@gimp.org>
Fri, 4 May 2012 21:34:11 +0000
(23:34 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Fri, 4 May 2012 21:34:11 +0000
(23:34 +0200)
tests/float-to-8bit.c
patch
|
blob
|
history
diff --git
a/tests/float-to-8bit.c
b/tests/float-to-8bit.c
index ced8a0488556364585aff22226be7264ead991b5..3ba6cb9f7bdec7e44549dba493074da4a6e9c7e5 100644
(file)
--- a/
tests/float-to-8bit.c
+++ b/
tests/float-to-8bit.c
@@
-34,7
+34,7
@@
main (int argc,
babl_init ();
- for (i = 0; i < 400000; i++)
+
//
for (i = 0; i < 400000; i++)
{
{
float in[][4] = {{ 0.21582, -0.55, -0.14, 1.0 }, {0.2, 0.3, 0.5, 0.6}, {0.0, 1.0, 2.0, 3.0}};